home *** CD-ROM | disk | FTP | other *** search
/ The VPRO Digital Guide 1994 / vpro.iso / software / mac / packed / sparkle2.hqx / (Docs) / Known bugs & limitations next >
Encoding:
Text File  |  1994-07-20  |  1.6 KB  |  31 lines

  1. Ñ I don't allow you to shrink movies or MPEGs to smaller than 100 pixels wide. 
  2.     This is mainly because the MovieController Component starts looking less 
  3.     and less pleasant as it gets smaller. I can't see this being a major limitation
  4.     to anyone.
  5.  
  6. Ñ At present PICTs are drawn directly to a window, not through a GWorld. This means
  7.      that the PICT is not dithered nicely to the screen. I'll fix that soon enough.
  8.  
  9. Ñ╩I haven't yet written code to allow you to save a single frame or a set of frames
  10.     as a PICT or set of PICTs. Afgain I'll do this soon enough.
  11.     
  12. Ñ I am aware of the sorta existence of MPEG support in QuickTime 2.0. 
  13.     However    this support is aimed at dedicated MPEG cards. It's not clear to 
  14.     me that anything would be gained by writing up some sort of QT interface 
  15.     that pretended to be dedicated MPEG hardware, largely because I would 
  16.     now not have total control of the decoding process and so would not be 
  17.     able to run things at the maximum speed. A second problem was that, in 
  18.     the versions of QT I've tried so far, everything I tried with MPEG 
  19.     crashed pretty soon. 
  20.     When the final version of QT 2.0 comes along (which hopefully won't 
  21.     crash) I'll reconsider how I should change things to be as friendly as 
  22.     possible to QT 2.0.
  23.  
  24. Ñ Playback in doubled (or tripled or whatever) size windows is slow 
  25.     and (especially on 8 bit screens) low quality. This will be fixed in a 
  26.     later release.
  27.  
  28. Ñ The balloon help I use for the titlebar of movie windows also appears 
  29.     on the title bar of other windows (like the message window) where it 
  30.     doesn't make sense. This is because I used a very quick rough way of 
  31.     installing this help. I'll fix this at some point.